projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed3ee5c
)
arm: fdt: Add skeleton device tree file from kernel
author
Simon Glass
<
[email protected]
>
Mon, 27 Feb 2012 10:52:37 +0000
(10:52 +0000)
committer
Albert ARIBAUD
<
[email protected]
>
Thu, 29 Mar 2012 06:12:47 +0000
(08:12 +0200)
This was taken from commit
b48c54e2
at:
git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git
Signed-off-by: Simon Glass <
[email protected]
>
Signed-off-by: Tom Warren <
[email protected]
>
arch/arm/dts/skeleton.dtsi
[new file with mode: 0644]
patch
|
blob
diff --git a/arch/arm/dts/skeleton.dtsi
b/arch/arm/dts/skeleton.dtsi
new file mode 100644
(file)
index 0000000..
b41d241
--- /dev/null
+++ b/
arch/arm/dts/skeleton.dtsi
@@ -0,0
+1,13
@@
+/*
+ * Skeleton device tree; the bare minimum needed to boot; just include and
+ * add a compatible value. The bootloader will typically populate the memory
+ * node.
+ */
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ chosen { };
+ aliases { };
+ memory { device_type = "memory"; reg = <0 0>; };
+};